home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / conv / amgif.lzh / amgif.notes < prev   
Text File  |  1990-04-30  |  2KB  |  39 lines

  1. AMGIF vn 2.0 - Amiga IFF to GIF converter
  2.  
  3. - The only real change between earlier versions of Amgif, and this one
  4. is the addition of support for Extra-Halfbrite mode.
  5.  
  6.  
  7. Converts Amiga IFF pictures to GIF.  Supports 320x200 & 320x400 in up to
  8. 32 colors or HAM mode, and 640x200 & 640x400 in up to 16 colors.  HAM mode
  9. pictures are reduced to 256 colors.  Also supports Extra-Halfbrite modes.
  10.  
  11. This program is basically the same as IFF2GIF, by Steve Wilhite (and uses
  12. the modules COMPRESS.C and BUILDGIF.C from that program...), but will also
  13. convert HAM pictures and Extra-Halfbrite pictures.  It also might be a bit
  14. faster with non-HAM pictures.  It is used identically to IFF2GIF.
  15.  
  16. It does, however, require a significant amount of memory to run.  (roughly
  17. 200-300K, depending on resolution...)  It can also require over 512K for
  18. pictures in Hires interlaced mode (ie 640 x 400).  If you only have 512K
  19. and run out of memory on higher resolution images, you can still
  20. use IFF2GIF for those images.
  21.  
  22. HAM images can take a significant amount of time to encode, mainly due to
  23. the calculations required to sort and remap the colors.  HAM images are
  24. reduced to a 256 color map, choosing the most frequently used colors for
  25. the color map, and remapping all the other used colors to the nearest
  26. match in that color map.  Many HAM images will not suffer much from this.
  27. Others may suffer significantly.  It depends on the image.
  28.  
  29. Thanks to Steve Wilhite, who wrote COMPRESS.C and BUILDGIF.C, which
  30. are used in this program.  He also wrote IFF2GIF.C, which I heavily
  31. remodeled to become AMGIF.
  32.  
  33. Thanks also to Jim Kent, who wrote JIFF.C, which is also used, in
  34. somewhat modified form, in this program to read IFF pics.
  35.  
  36. -->Steve Bennett           Compuserve:[76702,1071]        01/31/90
  37.  
  38.  
  39.